home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry 2007 / Nejlepší české hry 2007.iso / hry / Device of Divinity / dod.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  2006-10-31  |  2KB  |  81 lines

  1. object SplashForm: TSplashForm
  2.   Left = 160
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnKeyPress = FormKeyPress
  19.   OnMouseDown = FormMouseDown
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SplashImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 249
  26.     Height = 137
  27.     Visible = False
  28.     OnMouseDown = FormMouseDown
  29.   end
  30.   object MoviePlayer: TMediaPlayer
  31.     Left = 16
  32.     Top = 368
  33.     Width = 253
  34.     Height = 30
  35.     Display = MoviePanel
  36.     Visible = False
  37.     TabOrder = 0
  38.   end
  39.   object MoviePanel: TPanel
  40.     Left = 0
  41.     Top = 152
  42.     Width = 217
  43.     Height = 185
  44.     BevelOuter = bvNone
  45.     ParentColor = True
  46.     TabOrder = 1
  47.     Visible = False
  48.     OnMouseDown = FormMouseDown
  49.   end
  50.   object SplashEdit: TRichEdit
  51.     Left = 0
  52.     Top = 0
  53.     Width = 632
  54.     Height = 453
  55.     Align = alClient
  56.     BorderWidth = 20
  57.     Enabled = False
  58.     Lines.Strings = (
  59.       'SplashEdit')
  60.     ParentColor = True
  61.     ReadOnly = True
  62.     TabOrder = 2
  63.     Visible = False
  64.     OnKeyPress = FormKeyPress
  65.     OnMouseDown = FormMouseDown
  66.   end
  67.   object CloseTimer: TTimer
  68.     Enabled = False
  69.     OnTimer = CloseTimerTimer
  70.     Left = 320
  71.     Top = 16
  72.   end
  73.   object RewindTimer: TTimer
  74.     Enabled = False
  75.     Interval = 100
  76.     OnTimer = RewindTimerTimer
  77.     Left = 40
  78.     Top = 32
  79.   end
  80. end
  81.